home *** CD-ROM | disk | FTP | other *** search
/ By Popular Request 2.0 / By Popular Request 2.0 (Arsenal Computer).ISO / amiga_1 / adf11.lha / Example.asm < prev    next >
Assembly Source File  |  1995-02-17  |  1KB  |  32 lines

  1. ; This is a rewrite of original CBM autodoc example:
  2.  
  3. ;##### ADF control:
  4. ;***** #c
  5. ;***** =financial.library
  6.  
  7. ;***** StealMoney
  8. ;* =    Steal money from the Federal Reserve Bank. (V77)
  9. ;* i    userName,D0,STRPTR = name to make the transaction under.
  10. ;*    Popular favorites include "Ronald Reagan" and "Mohamar Quadaffi".
  11. ;* i    amount,D1.W,UWORD = Number to dollars to transfer (in thousands).
  12. ;* i    destAccount,A0,struct AccountSpec * = A filled-in AccountSpec
  13. ;*    structure detailing the destination account
  14. ;*    (see financial/accounts.h). If NULL, a second Great Depression
  15. ;*    will be triggered.
  16. ;* i    falseTrail,[A1],struct falseTrail * = If the DA_FALSETRAIL bit
  17. ;*    is set in the destAccount, a falseTrail structure must be provided.
  18. ;* r    error,D0+Z,BYTE = zero for success, else an error code is returned
  19. ;*    (see financial/errors.h). The Z condition code is guaranteed.
  20. ;* f    Transfer money from the Federal Reserve Bank into the specified
  21. ;*    interest-earning checking account.  No records of the transaction
  22. ;*    will be retained.
  23. ;* e    Federal regulations prohibit a demonstration of this function.
  24. ;* n    Do not run on Tuesdays!
  25. ;* b    Before V88, this function would occasionally print the address and
  26. ;*    home phone number of the caller on local police 976 terminals.
  27. ;*    We are confident that this problem has been resolved.
  28. ;* s    CreateAccountSpec(), security.device/SCMD_DESTROY_EVIDENCE,
  29. ;*    financial/misc.h
  30. ;*****
  31.  
  32.